GroupId | GroupIdai.swim |
---|---|
ArtifactId | ArtifactIdswim-runtime |
Version | Version3.9.3 |
Type | Typejar |
Filename | Size |
---|---|
swim-runtime-3.9.3.pom | |
swim-runtime-3.9.3.jar | 434 KB |
swim-runtime-3.9.3-sources.jar | 199 KB |
swim-runtime-3.9.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.swim/swim-runtime/
implementation 'ai.swim:swim-runtime:3.9.3'
// https://jarcasting.com/artifacts/ai.swim/swim-runtime/
implementation ("ai.swim:swim-runtime:3.9.3")
'ai.swim:swim-runtime:jar:3.9.3'
<dependency org="ai.swim" name="swim-runtime" rev="3.9.3">
<artifact name="swim-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.swim', module='swim-runtime', version='3.9.3')
)
libraryDependencies += "ai.swim" % "swim-runtime" % "3.9.3"
[ai.swim/swim-runtime "3.9.3"]