GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdparcelled-runtime |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parcelled-runtime-1.0.0.pom | |
parcelled-runtime-1.0.0.jar | 2 KB |
parcelled-runtime-1.0.0-sources.jar | 4 KB |
parcelled-runtime-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>parcelled-runtime</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation 'com.zeoflow:parcelled-runtime:1.0.0'
// https://jarcasting.com/artifacts/com.zeoflow/parcelled-runtime/
implementation ("com.zeoflow:parcelled-runtime:1.0.0")
'com.zeoflow:parcelled-runtime:jar:1.0.0'
<dependency org="com.zeoflow" name="parcelled-runtime" rev="1.0.0">
<artifact name="parcelled-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='parcelled-runtime', version='1.0.0')
)
libraryDependencies += "com.zeoflow" % "parcelled-runtime" % "1.0.0"
[com.zeoflow/parcelled-runtime "1.0.0"]