License |
License |
---|---|
GroupId | GroupIdcom.nerdvision |
ArtifactId | ArtifactIdplugins |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis is the common POM for nerd.vision projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
plugins-3.0.2.pom | 676 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.nerdvision/plugins/ -->
<dependency>
<groupId>com.nerdvision</groupId>
<artifactId>plugins</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nerdvision/plugins/
implementation 'com.nerdvision:plugins:3.0.2'
// https://jarcasting.com/artifacts/com.nerdvision/plugins/
implementation ("com.nerdvision:plugins:3.0.2")
'com.nerdvision:plugins:pom:3.0.2'
<dependency org="com.nerdvision" name="plugins" rev="3.0.2">
<artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nerdvision', module='plugins', version='3.0.2')
)
libraryDependencies += "com.nerdvision" % "plugins" % "3.0.2"
[com.nerdvision/plugins "3.0.2"]
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 |