GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdthreeten-spliterators |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/threeten-spliterators/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>threeten-spliterators</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/threeten-spliterators/
implementation 'com.github.marschall:threeten-spliterators:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/threeten-spliterators/
implementation ("com.github.marschall:threeten-spliterators:0.1.0")
'com.github.marschall:threeten-spliterators:jar:0.1.0'
<dependency org="com.github.marschall" name="threeten-spliterators" rev="0.1.0">
<artifact name="threeten-spliterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='threeten-spliterators', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "threeten-spliterators" % "0.1.0"
[com.github.marschall/threeten-spliterators "0.1.0"]