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