GroupId | GroupIdorg.fishwife |
---|---|
ArtifactId | ArtifactIdjrugged-examples |
Version | Version3.1.1 |
Type | Typewar |
Filename | Size |
---|---|
jrugged-examples-3.1.1.pom | |
jrugged-examples-3.1.1.war | 4 MB |
jrugged-examples-3.1.1-sources.jar | 19 KB |
jrugged-examples-3.1.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fishwife/jrugged-examples/ -->
<dependency>
<groupId>org.fishwife</groupId>
<artifactId>jrugged-examples</artifactId>
<version>3.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fishwife/jrugged-examples/
implementation 'org.fishwife:jrugged-examples:3.1.1'
// https://jarcasting.com/artifacts/org.fishwife/jrugged-examples/
implementation ("org.fishwife:jrugged-examples:3.1.1")
'org.fishwife:jrugged-examples:war:3.1.1'
<dependency org="org.fishwife" name="jrugged-examples" rev="3.1.1">
<artifact name="jrugged-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fishwife', module='jrugged-examples', version='3.1.1')
)
libraryDependencies += "org.fishwife" % "jrugged-examples" % "3.1.1"
[org.fishwife/jrugged-examples "3.1.1"]