License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdmaven-archetype-paxexam-junit |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J Pax Exam - Maven Archetype for JUnit
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/maven-archetype-paxexam-junit/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>maven-archetype-paxexam-junit</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/maven-archetype-paxexam-junit/
implementation 'org.ops4j.pax.exam:maven-archetype-paxexam-junit:1.2.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/maven-archetype-paxexam-junit/
implementation ("org.ops4j.pax.exam:maven-archetype-paxexam-junit:1.2.4")
'org.ops4j.pax.exam:maven-archetype-paxexam-junit:jar:1.2.4'
<dependency org="org.ops4j.pax.exam" name="maven-archetype-paxexam-junit" rev="1.2.4">
<artifact name="maven-archetype-paxexam-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='maven-archetype-paxexam-junit', version='1.2.4')
)
libraryDependencies += "org.ops4j.pax.exam" % "maven-archetype-paxexam-junit" % "1.2.4"
[org.ops4j.pax.exam/maven-archetype-paxexam-junit "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
net.sf.kxml : kxml2 | jar | 2.2.2 |
org.apache.maven : maven-project | jar | 2.0.10 |
org.apache.maven : maven-model | jar | 2.0.10 |
org.apache.maven : maven-plugin-api | jar | 2.0.10 |
org.ops4j.pax.exam : pax-exam | jar | 1.2.4 |
org.ops4j.pax.exam : pax-exam-junit | jar | 1.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
org.easymock : easymock | jar | 2.4 |