| License | License | 
|---|---|
| GroupId | GroupIdcom.kevinten | 
| ArtifactId | ArtifactIdvrml | 
| Last Version | Last Version1.0.1-RELEASE | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionvrml Vrml is a useful api library for java work. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| vrml-1.0.1-RELEASE.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.kevinten/vrml/ -->
<dependency>
    <groupId>com.kevinten</groupId>
    <artifactId>vrml</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.kevinten/vrml/
implementation 'com.kevinten:vrml:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.kevinten/vrml/
implementation ("com.kevinten:vrml:1.0.1-RELEASE")'com.kevinten:vrml:pom:1.0.1-RELEASE'<dependency org="com.kevinten" name="vrml" rev="1.0.1-RELEASE">
  <artifact name="vrml" type="pom" />
</dependency>@Grapes(
@Grab(group='com.kevinten', module='vrml', version='1.0.1-RELEASE')
)libraryDependencies += "com.kevinten" % "vrml" % "1.0.1-RELEASE"[com.kevinten/vrml "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 |