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