is not current version
Last Version 0.14.1

net.twibs:twibs-parent 0.5

Twibs is a suite of utility classes to ease the development of internet applications with scala.

Categories

Categories

Net
GroupId

GroupId

net.twibs
ArtifactId

ArtifactId

twibs-parent
Version

Version

0.5
Type

Type

pom

Download twibs-parent 0.5

Filename Size
twibs-parent-0.5.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/net.twibs/twibs-parent/ -->
<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-parent</artifactId>
    <version>0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation 'net.twibs:twibs-parent:0.5'
// https://jarcasting.com/artifacts/net.twibs/twibs-parent/
implementation ("net.twibs:twibs-parent:0.5")
'net.twibs:twibs-parent:pom:0.5'
<dependency org="net.twibs" name="twibs-parent" rev="0.5">
  <artifact name="twibs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-parent', version='0.5')
)
libraryDependencies += "net.twibs" % "twibs-parent" % "0.5"
[net.twibs/twibs-parent "0.5"]