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