License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nerdvision |
ArtifactId | ArtifactIdnative |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is the common POM for nerd.vision projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
native-2.2.0.pom | |
native-2.2.0.jar | 11 KB |
native-2.2.0-sources.jar | 10 KB |
native-2.2.0-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nerdvision/native/ -->
<dependency>
<groupId>com.nerdvision</groupId>
<artifactId>native</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdvision/native/
implementation 'com.nerdvision:native:2.2.0'
// https://jarcasting.com/artifacts/com.nerdvision/native/
implementation ("com.nerdvision:native:2.2.0")
'com.nerdvision:native:jar:2.2.0'
<dependency org="com.nerdvision" name="native" rev="2.2.0">
<artifact name="native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdvision', module='native', version='2.2.0')
)
libraryDependencies += "com.nerdvision" % "native" % "2.2.0"
[com.nerdvision/native "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.1 |
org.junit.jupiter : junit-jupiter-migrationsupport | jar | 5.5.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.5.1 |
org.mockito : mockito-core | jar | 3.1.0 |