| License |
License |
|---|---|
| GroupId | GroupIdcom.nerdvision |
| ArtifactId | ArtifactIdexample |
| 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 |
|---|---|
| example-2.2.0.pom | |
| example-2.2.0.jar | 28 MB |
| example-2.2.0-sources.jar | 3 KB |
| example-2.2.0-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nerdvision/example/ -->
<dependency>
<groupId>com.nerdvision</groupId>
<artifactId>example</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdvision/example/
implementation 'com.nerdvision:example:2.2.0'
// https://jarcasting.com/artifacts/com.nerdvision/example/
implementation ("com.nerdvision:example:2.2.0")
'com.nerdvision:example:jar:2.2.0'
<dependency org="com.nerdvision" name="example" rev="2.2.0">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdvision', module='example', version='2.2.0')
)
libraryDependencies += "com.nerdvision" % "example" % "2.2.0"
[com.nerdvision/example "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nerdvision : nerdvision | jar | 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 |