GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdruntimecompile |
Version | Version2.0.153 |
Type | Typejar |
Filename | Size |
---|---|
runtimecompile-2.0.153.pom | |
runtimecompile-2.0.153.jar | 38 KB |
runtimecompile-2.0.153-sources.jar | 20 KB |
runtimecompile-2.0.153-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/runtimecompile/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>runtimecompile</artifactId>
<version>2.0.153</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation 'org.webpieces:runtimecompile:2.0.153'
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation ("org.webpieces:runtimecompile:2.0.153")
'org.webpieces:runtimecompile:jar:2.0.153'
<dependency org="org.webpieces" name="runtimecompile" rev="2.0.153">
<artifact name="runtimecompile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='runtimecompile', version='2.0.153')
)
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.0.153"
[org.webpieces/runtimecompile "2.0.153"]