GroupId | GroupIdorg.structr |
---|---|
ArtifactId | ArtifactIdstructr-core |
Version | Version1.0.RC2 |
Type | Typejar |
Filename | Size |
---|---|
structr-core-1.0.RC2.pom | |
structr-core-1.0.RC2.jar | 798 KB |
structr-core-1.0.RC2-sources.jar | 558 KB |
structr-core-1.0.RC2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.structr/structr-core/ -->
<dependency>
<groupId>org.structr</groupId>
<artifactId>structr-core</artifactId>
<version>1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-core/
implementation 'org.structr:structr-core:1.0.RC2'
// https://jarcasting.com/artifacts/org.structr/structr-core/
implementation ("org.structr:structr-core:1.0.RC2")
'org.structr:structr-core:jar:1.0.RC2'
<dependency org="org.structr" name="structr-core" rev="1.0.RC2">
<artifact name="structr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-core', version='1.0.RC2')
)
libraryDependencies += "org.structr" % "structr-core" % "1.0.RC2"
[org.structr/structr-core "1.0.RC2"]