GroupId | GroupIdorg.dihedron.strutlets |
---|---|
ArtifactId | ArtifactIdstrutlets |
Version | Version1.0.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
strutlets-1.0.0.RC1.pom | |
strutlets-1.0.0.RC1.jar | 133 KB |
strutlets-1.0.0.RC1-sources.jar | 141 KB |
strutlets-1.0.0.RC1-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets/ -->
<dependency>
<groupId>org.dihedron.strutlets</groupId>
<artifactId>strutlets</artifactId>
<version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets/
implementation 'org.dihedron.strutlets:strutlets:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets/
implementation ("org.dihedron.strutlets:strutlets:1.0.0.RC1")
'org.dihedron.strutlets:strutlets:jar:1.0.0.RC1'
<dependency org="org.dihedron.strutlets" name="strutlets" rev="1.0.0.RC1">
<artifact name="strutlets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.strutlets', module='strutlets', version='1.0.0.RC1')
)
libraryDependencies += "org.dihedron.strutlets" % "strutlets" % "1.0.0.RC1"
[org.dihedron.strutlets/strutlets "1.0.0.RC1"]