GroupId | GroupIdcom.orctom |
---|---|
ArtifactId | ArtifactIdbasepom |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
basepom-1.1.pom | 15 KB |
basepom-1.1-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orctom/basepom/ -->
<dependency>
<groupId>com.orctom</groupId>
<artifactId>basepom</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.orctom/basepom/
implementation 'com.orctom:basepom:1.1'
// https://jarcasting.com/artifacts/com.orctom/basepom/
implementation ("com.orctom:basepom:1.1")
'com.orctom:basepom:jar:1.1'
<dependency org="com.orctom" name="basepom" rev="1.1">
<artifact name="basepom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orctom', module='basepom', version='1.1')
)
libraryDependencies += "com.orctom" % "basepom" % "1.1"
[com.orctom/basepom "1.1"]