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