Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.s1-platform |
ArtifactId | ArtifactIds1-testing |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
s1-testing-2.2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.s1-platform/s1-testing/ -->
<dependency>
<groupId>org.s1-platform</groupId>
<artifactId>s1-testing</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.s1-platform/s1-testing/
implementation 'org.s1-platform:s1-testing:2.2.0'
// https://jarcasting.com/artifacts/org.s1-platform/s1-testing/
implementation ("org.s1-platform:s1-testing:2.2.0")
'org.s1-platform:s1-testing:pom:2.2.0'
<dependency org="org.s1-platform" name="s1-testing" rev="2.2.0">
<artifact name="s1-testing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.s1-platform', module='s1-testing', version='2.2.0')
)
libraryDependencies += "org.s1-platform" % "s1-testing" % "2.2.0"
[org.s1-platform/s1-testing "2.2.0"]