GroupId | GroupIdorg.structr |
---|---|
ArtifactId | ArtifactIdstructr-core |
Version | Version1.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
structr-core-1.0.RC1.pom | |
structr-core-1.0.RC1.jar | 717 KB |
structr-core-1.0.RC1-sources.jar | 541 KB |
structr-core-1.0.RC1-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.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-core/
implementation 'org.structr:structr-core:1.0.RC1'
// https://jarcasting.com/artifacts/org.structr/structr-core/
implementation ("org.structr:structr-core:1.0.RC1")
'org.structr:structr-core:jar:1.0.RC1'
<dependency org="org.structr" name="structr-core" rev="1.0.RC1">
<artifact name="structr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-core', version='1.0.RC1')
)
libraryDependencies += "org.structr" % "structr-core" % "1.0.RC1"
[org.structr/structr-core "1.0.RC1"]