is not current version
Last Version 3.3.0

com.vtence.tape:tape 0.3.1

A lightweight Java data mapping library

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

com.vtence.tape
ArtifactId

ArtifactId

tape
Version

Version

0.3.1
Type

Type

jar

Download tape 0.3.1


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