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