Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.presidentio.but |
ArtifactId | ArtifactIdunit-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
unit-common-1.0.0.pom | |
unit-common-1.0.0.jar | 13 KB |
unit-common-1.0.0-sources.jar | 10 KB |
unit-common-1.0.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.presidentio.but/unit-common/ -->
<dependency>
<groupId>com.presidentio.but</groupId>
<artifactId>unit-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.presidentio.but/unit-common/
implementation 'com.presidentio.but:unit-common:1.0.0'
// https://jarcasting.com/artifacts/com.presidentio.but/unit-common/
implementation ("com.presidentio.but:unit-common:1.0.0")
'com.presidentio.but:unit-common:jar:1.0.0'
<dependency org="com.presidentio.but" name="unit-common" rev="1.0.0">
<artifact name="unit-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.presidentio.but', module='unit-common', version='1.0.0')
)
libraryDependencies += "com.presidentio.but" % "unit-common" % "1.0.0"
[com.presidentio.but/unit-common "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.presidentio.but : comparator | jar | |
org.apache.logging.log4j : log4j-core | jar |