GroupId | GroupIdcom.github.wslotkin |
---|---|
ArtifactId | ArtifactIditinerator |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
itinerator-0.1.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wslotkin/itinerator/ -->
<dependency>
<groupId>com.github.wslotkin</groupId>
<artifactId>itinerator</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wslotkin/itinerator/
implementation 'com.github.wslotkin:itinerator:0.1.3'
// https://jarcasting.com/artifacts/com.github.wslotkin/itinerator/
implementation ("com.github.wslotkin:itinerator:0.1.3")
'com.github.wslotkin:itinerator:pom:0.1.3'
<dependency org="com.github.wslotkin" name="itinerator" rev="0.1.3">
<artifact name="itinerator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wslotkin', module='itinerator', version='0.1.3')
)
libraryDependencies += "com.github.wslotkin" % "itinerator" % "0.1.3"
[com.github.wslotkin/itinerator "0.1.3"]