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