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