| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdcom.kevinten | 
| ArtifactId | ArtifactIdvrml-data | 
| Version | Version1.0.1-RELEASE | 
| Type | Typejar | 
| Description | DescriptionVrml is a useful api library for java work. | 
| Filename | Size | 
|---|---|
| vrml-data-1.0.1-RELEASE.pom | |
| vrml-data-1.0.1-RELEASE.jar | 13 KB | 
| vrml-data-1.0.1-RELEASE-sources.jar | 6 KB | 
| vrml-data-1.0.1-RELEASE-javadoc.jar | 112 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.kevinten/vrml-data/ -->
<dependency>
    <groupId>com.kevinten</groupId>
    <artifactId>vrml-data</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.kevinten/vrml-data/
implementation 'com.kevinten:vrml-data:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.kevinten/vrml-data/
implementation ("com.kevinten:vrml-data:1.0.1-RELEASE")'com.kevinten:vrml-data:jar:1.0.1-RELEASE'<dependency org="com.kevinten" name="vrml-data" rev="1.0.1-RELEASE">
  <artifact name="vrml-data" type="jar" />
</dependency>@Grapes(
@Grab(group='com.kevinten', module='vrml-data', version='1.0.1-RELEASE')
)libraryDependencies += "com.kevinten" % "vrml-data" % "1.0.1-RELEASE"[com.kevinten/vrml-data "1.0.1-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.vavr : vavr Optional | jar | 0.10.2 | 
| org.projectlombok : lombok Optional | jar | 1.18.12 | 
| com.google.code.gson : gson Optional | jar | 2.8.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar | 4.13.1 |