License |
License |
---|---|
GroupId | GroupIdcom.github.jcategory |
ArtifactId | ArtifactIdjcategory |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcategory
A lightweight categorization framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
jcategory-0.0.1.pom | |
jcategory-0.0.1.jar | 54 KB |
jcategory-0.0.1-sources.jar | 31 KB |
jcategory-0.0.1-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcategory/jcategory/ -->
<dependency>
<groupId>com.github.jcategory</groupId>
<artifactId>jcategory</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcategory/jcategory/
implementation 'com.github.jcategory:jcategory:0.0.1'
// https://jarcasting.com/artifacts/com.github.jcategory/jcategory/
implementation ("com.github.jcategory:jcategory:0.0.1")
'com.github.jcategory:jcategory:jar:0.0.1'
<dependency org="com.github.jcategory" name="jcategory" rev="0.0.1">
<artifact name="jcategory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcategory', module='jcategory', version='0.0.1')
)
libraryDependencies += "com.github.jcategory" % "jcategory" % "0.0.1"
[com.github.jcategory/jcategory "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | [1.7.5,] |
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-log4j12 | jar | [1.7.5,] |