Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons |
ArtifactId | ArtifactIdtest-utils |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
test-utils-2.0.8.pom | |
test-utils-2.0.8.jar | 18 KB |
test-utils-2.0.8-sources.jar | 10 KB |
test-utils-2.0.8-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/test-utils/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>test-utils</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/test-utils/
implementation 'org.openidentityplatform.commons:test-utils:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/test-utils/
implementation ("org.openidentityplatform.commons:test-utils:2.0.8")
'org.openidentityplatform.commons:test-utils:jar:2.0.8'
<dependency org="org.openidentityplatform.commons" name="test-utils" rev="2.0.8">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='test-utils', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons" % "test-utils" % "2.0.8"
[org.openidentityplatform.commons/test-utils "2.0.8"]