GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftmarker |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
swiftmarker-3.0.pom | |
swiftmarker-3.0.jar | 48 KB |
swiftmarker-3.0-sources.jar | 33 KB |
swiftmarker-3.0-javadoc.jar | 595 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftmarker</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/
implementation 'com.github.swiftech:swiftmarker:3.0'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/
implementation ("com.github.swiftech:swiftmarker:3.0")
'com.github.swiftech:swiftmarker:jar:3.0'
<dependency org="com.github.swiftech" name="swiftmarker" rev="3.0">
<artifact name="swiftmarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftmarker', version='3.0')
)
libraryDependencies += "com.github.swiftech" % "swiftmarker" % "3.0"
[com.github.swiftech/swiftmarker "3.0"]