Categories |
CategoriesJUnit Unit Testing ORM Data |
---|---|
GroupId | GroupIdorg.junit.platform |
ArtifactId | ArtifactIdjunit-platform-commons |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.junit.platform/junit-platform-commons/ -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-commons/
implementation 'org.junit.platform:junit-platform-commons:1.1.1'
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-commons/
implementation ("org.junit.platform:junit-platform-commons:1.1.1")
'org.junit.platform:junit-platform-commons:jar:1.1.1'
<dependency org="org.junit.platform" name="junit-platform-commons" rev="1.1.1">
<artifact name="junit-platform-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit.platform', module='junit-platform-commons', version='1.1.1')
)
libraryDependencies += "org.junit.platform" % "junit-platform-commons" % "1.1.1"
[org.junit.platform/junit-platform-commons "1.1.1"]