is not current version
Last Version 3.3.0

com.vtence.tape:tape 1.0.1

A lightweight Java data mapping library

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

com.vtence.tape
ArtifactId

ArtifactId

tape
Version

Version

1.0.1
Type

Type

jar

Download tape 1.0.1


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