GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdstruts-tools |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
struts-tools-0.8.6.pom | |
struts-tools-0.8.6.tld | 4 KB |
struts-tools-0.8.6-tests.jar | 2 KB |
struts-tools-0.8.6-sources.jar | 30 KB |
struts-tools-0.8.6-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/struts-tools/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>struts-tools</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/struts-tools/
implementation 'com.thesett:struts-tools:0.8.6'
// https://jarcasting.com/artifacts/com.thesett/struts-tools/
implementation ("com.thesett:struts-tools:0.8.6")
'com.thesett:struts-tools:jar:0.8.6'
<dependency org="com.thesett" name="struts-tools" rev="0.8.6">
<artifact name="struts-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='struts-tools', version='0.8.6')
)
libraryDependencies += "com.thesett" % "struts-tools" % "0.8.6"
[com.thesett/struts-tools "0.8.6"]