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