Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.twibs |
ArtifactId | ArtifactIdtwibs-demo |
Version | Version0.14 |
Type | Typewar |
Filename | Size |
---|---|
twibs-demo-0.14.pom | |
twibs-demo-0.14.war | 28 MB |
twibs-demo-0.14-sources.jar | 5 KB |
twibs-demo-0.14-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.twibs/twibs-demo/ -->
<dependency>
<groupId>net.twibs</groupId>
<artifactId>twibs-demo</artifactId>
<version>0.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-demo/
implementation 'net.twibs:twibs-demo:0.14'
// https://jarcasting.com/artifacts/net.twibs/twibs-demo/
implementation ("net.twibs:twibs-demo:0.14")
'net.twibs:twibs-demo:war:0.14'
<dependency org="net.twibs" name="twibs-demo" rev="0.14">
<artifact name="twibs-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-demo', version='0.14')
)
libraryDependencies += "net.twibs" % "twibs-demo" % "0.14"
[net.twibs/twibs-demo "0.14"]