| GroupId | GroupIdio.outfoxx |
|---|---|
| ArtifactId | ArtifactIdswiftpoet |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swiftpoet-0.1.0.pom | |
| swiftpoet-0.1.0.jar | 161 KB |
| swiftpoet-0.1.0-sources.jar | 38 KB |
| swiftpoet-0.1.0-javadoc.jar | 223 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/ -->
<dependency>
<groupId>io.outfoxx</groupId>
<artifactId>swiftpoet</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/
implementation 'io.outfoxx:swiftpoet:0.1.0'
// https://jarcasting.com/artifacts/io.outfoxx/swiftpoet/
implementation ("io.outfoxx:swiftpoet:0.1.0")
'io.outfoxx:swiftpoet:jar:0.1.0'
<dependency org="io.outfoxx" name="swiftpoet" rev="0.1.0">
<artifact name="swiftpoet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.outfoxx', module='swiftpoet', version='0.1.0')
)
libraryDependencies += "io.outfoxx" % "swiftpoet" % "0.1.0"
[io.outfoxx/swiftpoet "0.1.0"]