Categories |
CategoriesAnt Build Tools Utility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.hoantran-it.library |
ArtifactId | ArtifactIdutility-library |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
utility-library-1.2.3.pom | |
utility-library-1.2.3.jar | 29 KB |
utility-library-1.2.3-sources.jar | 20 KB |
utility-library-1.2.3-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoantran-it.library/utility-library/ -->
<dependency>
<groupId>com.github.hoantran-it.library</groupId>
<artifactId>utility-library</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoantran-it.library/utility-library/
implementation 'com.github.hoantran-it.library:utility-library:1.2.3'
// https://jarcasting.com/artifacts/com.github.hoantran-it.library/utility-library/
implementation ("com.github.hoantran-it.library:utility-library:1.2.3")
'com.github.hoantran-it.library:utility-library:jar:1.2.3'
<dependency org="com.github.hoantran-it.library" name="utility-library" rev="1.2.3">
<artifact name="utility-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoantran-it.library', module='utility-library', version='1.2.3')
)
libraryDependencies += "com.github.hoantran-it.library" % "utility-library" % "1.2.3"
[com.github.hoantran-it.library/utility-library "1.2.3"]