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