Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.testifyproject.local-resources |
ArtifactId | ArtifactIdstorm |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
storm-1.0.1.pom | |
storm-1.0.1.jar | 4 KB |
storm-1.0.1-sources.jar | 3 KB |
storm-1.0.1-javadoc.jar | 24 KB |
storm-1.0.1-1.1.1.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.local-resources/storm/ -->
<dependency>
<groupId>org.testifyproject.local-resources</groupId>
<artifactId>storm</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.local-resources/storm/
implementation 'org.testifyproject.local-resources:storm:1.0.1'
// https://jarcasting.com/artifacts/org.testifyproject.local-resources/storm/
implementation ("org.testifyproject.local-resources:storm:1.0.1")
'org.testifyproject.local-resources:storm:jar:1.0.1'
<dependency org="org.testifyproject.local-resources" name="storm" rev="1.0.1">
<artifact name="storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.local-resources', module='storm', version='1.0.1')
)
libraryDependencies += "org.testifyproject.local-resources" % "storm" % "1.0.1"
[org.testifyproject.local-resources/storm "1.0.1"]