Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.iintelligas |
ArtifactId | ArtifactIdutility |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
utility-1.0.1.pom | |
utility-1.0.1.jar | 72 KB |
utility-1.0.1-sources.jar | 37 KB |
utility-1.0.1-javadoc.jar | 286 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iintelligas/utility/ -->
<dependency>
<groupId>com.github.iintelligas</groupId>
<artifactId>utility</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iintelligas/utility/
implementation 'com.github.iintelligas:utility:1.0.1'
// https://jarcasting.com/artifacts/com.github.iintelligas/utility/
implementation ("com.github.iintelligas:utility:1.0.1")
'com.github.iintelligas:utility:jar:1.0.1'
<dependency org="com.github.iintelligas" name="utility" rev="1.0.1">
<artifact name="utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iintelligas', module='utility', version='1.0.1')
)
libraryDependencies += "com.github.iintelligas" % "utility" % "1.0.1"
[com.github.iintelligas/utility "1.0.1"]