Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.wife |
ArtifactId | ArtifactIdswift-parser-text |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
swift-parser-text-1.0.pom | |
swift-parser-text-1.0.jar | 33 KB |
swift-parser-text-1.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/ -->
<dependency>
<groupId>net.sourceforge.wife</groupId>
<artifactId>swift-parser-text</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/
implementation 'net.sourceforge.wife:swift-parser-text:1.0'
// https://jarcasting.com/artifacts/net.sourceforge.wife/swift-parser-text/
implementation ("net.sourceforge.wife:swift-parser-text:1.0")
'net.sourceforge.wife:swift-parser-text:jar:1.0'
<dependency org="net.sourceforge.wife" name="swift-parser-text" rev="1.0">
<artifact name="swift-parser-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.wife', module='swift-parser-text', version='1.0')
)
libraryDependencies += "net.sourceforge.wife" % "swift-parser-text" % "1.0"
[net.sourceforge.wife/swift-parser-text "1.0"]