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