License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.akurilov |
ArtifactId | ArtifactIdjava-commons |
Version | Version2.3.6 |
Type | Typejar |
Description |
Descriptionjava-commons
Common functionality Java library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-commons-2.3.6.pom | |
java-commons-2.3.6.jar | 224 KB |
java-commons-2.3.6-sources.jar | 53 KB |
java-commons-2.3.6-javadoc.jar | 702 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/java-commons/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>java-commons</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/java-commons/
implementation 'com.github.akurilov:java-commons:2.3.6'
// https://jarcasting.com/artifacts/com.github.akurilov/java-commons/
implementation ("com.github.akurilov:java-commons:2.3.6")
'com.github.akurilov:java-commons:jar:2.3.6'
<dependency org="com.github.akurilov" name="java-commons" rev="2.3.6">
<artifact name="java-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='java-commons', version='2.3.6')
)
libraryDependencies += "com.github.akurilov" % "java-commons" % "2.3.6"
[com.github.akurilov/java-commons "2.3.6"]
Group / Artifact | Type | Version |
---|---|---|
de.odysseus.juel : juel-api | jar | 2.2.7 |
de.odysseus.juel : juel-impl | jar | 2.2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |