GroupId | GroupIdio.github.rothschil |
---|---|
ArtifactId | ArtifactIdcommon-utils |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
common-utils-1.0.0.RELEASE.pom | |
common-utils-1.0.0.RELEASE-sources.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/common-utils/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>common-utils</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/common-utils/
implementation 'io.github.rothschil:common-utils:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/common-utils/
implementation ("io.github.rothschil:common-utils:1.0.0.RELEASE")
'io.github.rothschil:common-utils:pom:1.0.0.RELEASE'
<dependency org="io.github.rothschil" name="common-utils" rev="1.0.0.RELEASE">
<artifact name="common-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='common-utils', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "common-utils" % "1.0.0.RELEASE"
[io.github.rothschil/common-utils "1.0.0.RELEASE"]