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