Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.s1-platform |
ArtifactId | ArtifactIds1-testing |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
s1-testing-2.4.1.pom | |
s1-testing-2.4.1.jar | 16 KB |
s1-testing-2.4.1-sources.jar | 9 KB |
s1-testing-2.4.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.s1-platform/s1-testing/
implementation 'org.s1-platform:s1-testing:2.4.1'
// https://jarcasting.com/artifacts/org.s1-platform/s1-testing/
implementation ("org.s1-platform:s1-testing:2.4.1")
'org.s1-platform:s1-testing:jar:2.4.1'
<dependency org="org.s1-platform" name="s1-testing" rev="2.4.1">
<artifact name="s1-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.s1-platform', module='s1-testing', version='2.4.1')
)
libraryDependencies += "org.s1-platform" % "s1-testing" % "2.4.1"
[org.s1-platform/s1-testing "2.4.1"]