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