Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.dihedron.strutlets |
ArtifactId | ArtifactIdstrutlets-jboss |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
strutlets-jboss-1.0.2.pom | |
strutlets-jboss-1.0.2.jar | 7 KB |
strutlets-jboss-1.0.2-sources.jar | 6 KB |
strutlets-jboss-1.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-jboss/ -->
<dependency>
<groupId>org.dihedron.strutlets</groupId>
<artifactId>strutlets-jboss</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-jboss/
implementation 'org.dihedron.strutlets:strutlets-jboss:1.0.2'
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-jboss/
implementation ("org.dihedron.strutlets:strutlets-jboss:1.0.2")
'org.dihedron.strutlets:strutlets-jboss:jar:1.0.2'
<dependency org="org.dihedron.strutlets" name="strutlets-jboss" rev="1.0.2">
<artifact name="strutlets-jboss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.strutlets', module='strutlets-jboss', version='1.0.2')
)
libraryDependencies += "org.dihedron.strutlets" % "strutlets-jboss" % "1.0.2"
[org.dihedron.strutlets/strutlets-jboss "1.0.2"]