License |
License |
---|---|
GroupId | GroupIdcom.nerdvision |
ArtifactId | ArtifactIdreflect-impl |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnerdvision Java - Reflect Impl
This is the common POM for nerd.vision projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
reflect-impl-1.2.0.pom | |
reflect-impl-1.2.0.jar | 2 KB |
reflect-impl-1.2.0-sources.jar | 1 KB |
reflect-impl-1.2.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nerdvision/reflect-impl/ -->
<dependency>
<groupId>com.nerdvision</groupId>
<artifactId>reflect-impl</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdvision/reflect-impl/
implementation 'com.nerdvision:reflect-impl:1.2.0'
// https://jarcasting.com/artifacts/com.nerdvision/reflect-impl/
implementation ("com.nerdvision:reflect-impl:1.2.0")
'com.nerdvision:reflect-impl:jar:1.2.0'
<dependency org="com.nerdvision" name="reflect-impl" rev="1.2.0">
<artifact name="reflect-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdvision', module='reflect-impl', version='1.2.0')
)
libraryDependencies += "com.nerdvision" % "reflect-impl" % "1.2.0"
[com.nerdvision/reflect-impl "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.nerdvision : reflect-api | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |