GroupId | GroupIdorg.structr |
---|---|
ArtifactId | ArtifactIdstructr |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
structr-2.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.structr/structr/ -->
<dependency>
<groupId>org.structr</groupId>
<artifactId>structr</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr/
implementation 'org.structr:structr:2.0.0'
// https://jarcasting.com/artifacts/org.structr/structr/
implementation ("org.structr:structr:2.0.0")
'org.structr:structr:pom:2.0.0'
<dependency org="org.structr" name="structr" rev="2.0.0">
<artifact name="structr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr', version='2.0.0')
)
libraryDependencies += "org.structr" % "structr" % "2.0.0"
[org.structr/structr "2.0.0"]