GroupId | GroupIdru.noties |
---|---|
ArtifactId | ArtifactIdparcel-compiler |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parcel-compiler-1.0.0.pom | |
parcel-compiler-1.0.0.jar | 22 KB |
parcel-compiler-1.0.0-sources.jar | 10 KB |
parcel-compiler-1.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/parcel-compiler/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>parcel-compiler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/parcel-compiler/
implementation 'ru.noties:parcel-compiler:1.0.0'
// https://jarcasting.com/artifacts/ru.noties/parcel-compiler/
implementation ("ru.noties:parcel-compiler:1.0.0")
'ru.noties:parcel-compiler:jar:1.0.0'
<dependency org="ru.noties" name="parcel-compiler" rev="1.0.0">
<artifact name="parcel-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='parcel-compiler', version='1.0.0')
)
libraryDependencies += "ru.noties" % "parcel-compiler" % "1.0.0"
[ru.noties/parcel-compiler "1.0.0"]