| GroupId | GroupIdorg.jire.strukt |
|---|---|
| ArtifactId | ArtifactIdstrukt |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| strukt-1.2.0.pom | |
| strukt-1.2.0.jar | 34 KB |
| strukt-1.2.0-sources.jar | 13 KB |
| strukt-1.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jire.strukt/strukt/ -->
<dependency>
<groupId>org.jire.strukt</groupId>
<artifactId>strukt</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jire.strukt/strukt/
implementation 'org.jire.strukt:strukt:1.2.0'
// https://jarcasting.com/artifacts/org.jire.strukt/strukt/
implementation ("org.jire.strukt:strukt:1.2.0")
'org.jire.strukt:strukt:jar:1.2.0'
<dependency org="org.jire.strukt" name="strukt" rev="1.2.0">
<artifact name="strukt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jire.strukt', module='strukt', version='1.2.0')
)
libraryDependencies += "org.jire.strukt" % "strukt" % "1.2.0"
[org.jire.strukt/strukt "1.2.0"]