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