GroupId | GroupIdcom.gregmarut.commons |
---|---|
ArtifactId | ArtifactIdutil |
Version | Version0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
util-0.1-RELEASE.pom | |
util-0.1-RELEASE.jar | 8 KB |
util-0.1-RELEASE-sources.jar | 6 KB |
util-0.1-RELEASE-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/util/ -->
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>util</artifactId>
<version>0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/util/
implementation 'com.gregmarut.commons:util:0.1-RELEASE'
// https://jarcasting.com/artifacts/com.gregmarut.commons/util/
implementation ("com.gregmarut.commons:util:0.1-RELEASE")
'com.gregmarut.commons:util:jar:0.1-RELEASE'
<dependency org="com.gregmarut.commons" name="util" rev="0.1-RELEASE">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='util', version='0.1-RELEASE')
)
libraryDependencies += "com.gregmarut.commons" % "util" % "0.1-RELEASE"
[com.gregmarut.commons/util "0.1-RELEASE"]