License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.twibs |
ArtifactId | ArtifactIdtwibs-parent |
Version | Version0.14.1 |
Type | Typepom |
Description |
DescriptionTwibs: Maven Parent
Twibs is a suite of utility classes to ease the development of internet applications with scala.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
twibs-parent-0.14.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.twibs/twibs-parent/ -->
<dependency>
<groupId>net.twibs</groupId>
<artifactId>twibs-parent</artifactId>
<version>0.14.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation 'net.twibs:twibs-parent:0.14.1'
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation ("net.twibs:twibs-parent:0.14.1")
'net.twibs:twibs-parent:pom:0.14.1'
<dependency org="net.twibs" name="twibs-parent" rev="0.14.1">
<artifact name="twibs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-parent', version='0.14.1')
)
libraryDependencies += "net.twibs" % "twibs-parent" % "0.14.1"
[net.twibs/twibs-parent "0.14.1"]