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