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