| 组织ID: |
io.backchat.inflector |
| 项目ID: |
scala-inflector_2.9.1-1 |
| 版本: |
1.3.3 |
| 最后修改时间: |
2019-10-22 19:01:58 |
| 包类型: |
jar |
| 标题: |
MIT |
| 描述: |
scala-inflector |
| 相关URL: |
https://github.com/mojolly/scala-inflector |
| 大小: |
18.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.backchat.inflector</groupId>
<artifactId>scala-inflector_2.9.1-1</artifactId>
<version>1.3.3</version>
</dependency>
|
| Gradle引入代码: |
io.backchat.inflector:scala-inflector_2.9.1-1:1.3.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.backchat.inflector</groupId>
<artifactId>scala-inflector_2.9.1-1</artifactId>
<packaging>jar</packaging>
<description>scala-inflector</description>
<url>https://github.com/mojolly/scala-inflector</url>
<version>1.3.3</version>
<licenses>
<license>
<name>MIT</name>
<url>http://github.com/mojolly/scala-inflector/raw/HEAD/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scala-inflector</name>
<inceptionYear>2010</inceptionYear>
<organization>
<name>io.backchat.inflector</name>
<url>https://github.com/mojolly/scala-inflector</url>
</organization>
<scm>
<connection>scm:git:git://github.com/mojolly/scala-inflector.git</connection>
<developerConnection>scm:git:git@github.com:mojolly/scala-inflector.git</developerConnection>
<url>https://github.com/mojolly/scala-inflector</url>
</scm>
<developers>
<developer>
<id>casualjim</id>
<name>Ivan Porto Carrero</name>
<url>http://flanders.co.nz/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1-1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.9.1</artifactId>
<version>1.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
mojolly.inflector.Inflector$$anonfun$interpolate$1$$anonfun$apply$1.class
mojolly.inflector.Inflector$Rule.class
mojolly.inflector.Inflector$$anonfun$interpolate$1.class
mojolly.inflector.Inflector$class.class
mojolly.inflector.InflectorImports.class
mojolly.inflector.Inflector.class
mojolly.inflector.InflectorImports$.class
mojolly.inflector.Inflector$InflectorInt.class
mojolly.inflector.Inflector$$anonfun$pascalize$1.class
mojolly.inflector.InflectorImports$class.class
mojolly.inflector.Inflector$InflectorString.class
mojolly.inflector.Inflector$$anonfun$titleize$1.class
mojolly.inflector.Inflector$.class
mojolly.inflector.Inflector$Rule$.class
|
| 依赖Jar: |
scala-library-2.9.1-1.jar
/org.scala-lang/scala-library/2.9.1-1
查看scala-library所有版本文件
specs2_2.9.1-1.8.2.jar
/org.specs2/specs2_2.9.1/1.8.2
查看specs2_2.9.1所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
|