License |
License |
---|---|
GroupId | GroupIdco.arago.util |
ArtifactId | ArtifactIdcommon |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionUtility library anything else. ;)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
common-0.2.1.pom | |
common-0.2.1.jar | 14 KB |
common-0.2.1-sources.jar | 9 KB |
common-0.2.1-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.arago.util/common/ -->
<dependency>
<groupId>co.arago.util</groupId>
<artifactId>common</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.arago.util/common/
implementation 'co.arago.util:common:0.2.1'
// https://jarcasting.com/artifacts/co.arago.util/common/
implementation ("co.arago.util:common:0.2.1")
'co.arago.util:common:jar:0.2.1'
<dependency org="co.arago.util" name="common" rev="0.2.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.arago.util', module='common', version='0.2.1')
)
libraryDependencies += "co.arago.util" % "common" % "0.2.1"
[co.arago.util/common "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.commons : commons-text | jar | 1.9 |
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
org.slf4j : slf4j-simple | jar | 1.7.32 |