is not current version
Last Version 17.10.0.0

org.tentackle:tentackle-common 2.0.5

Common Code for Build-Process, Wurblets and Applications

GroupId

GroupId

org.tentackle
ArtifactId

ArtifactId

tentackle-common
Version

Version

2.0.5
Type

Type

jar

Download tentackle-common 2.0.5


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