GroupId | GroupIdorg.swimos |
---|---|
ArtifactId | ArtifactIdswim-structure |
Version | Version3.9.2 |
Type | Typejar |
Filename | Size |
---|---|
swim-structure-3.9.2.pom | |
swim-structure-3.9.2.jar | 249 KB |
swim-structure-3.9.2-sources.jar | 174 KB |
swim-structure-3.9.2-javadoc.jar | 1005 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.swimos/swim-structure/ -->
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-structure</artifactId>
<version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.swimos/swim-structure/
implementation 'org.swimos:swim-structure:3.9.2'
// https://jarcasting.com/artifacts/org.swimos/swim-structure/
implementation ("org.swimos:swim-structure:3.9.2")
'org.swimos:swim-structure:jar:3.9.2'
<dependency org="org.swimos" name="swim-structure" rev="3.9.2">
<artifact name="swim-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swimos', module='swim-structure', version='3.9.2')
)
libraryDependencies += "org.swimos" % "swim-structure" % "3.9.2"
[org.swimos/swim-structure "3.9.2"]