GroupId | GroupIdcom.googlecode.the-fascinator |
---|---|
ArtifactId | ArtifactIdorganisation |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
organisation-1.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator/organisation/ -->
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>organisation</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/organisation/
implementation 'com.googlecode.the-fascinator:organisation:1.0.3'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator/organisation/
implementation ("com.googlecode.the-fascinator:organisation:1.0.3")
'com.googlecode.the-fascinator:organisation:pom:1.0.3'
<dependency org="com.googlecode.the-fascinator" name="organisation" rev="1.0.3">
<artifact name="organisation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator', module='organisation', version='1.0.3')
)
libraryDependencies += "com.googlecode.the-fascinator" % "organisation" % "1.0.3"
[com.googlecode.the-fascinator/organisation "1.0.3"]