Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.formicary.remoterun |
ArtifactId | ArtifactIdremoterun-common |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
remoterun-common-3.0.3.pom | |
remoterun-common-3.0.3.jar | 99 KB |
remoterun-common-3.0.3-sources.jar | 36 KB |
remoterun-common-3.0.3-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-common/ -->
<dependency>
<groupId>net.formicary.remoterun</groupId>
<artifactId>remoterun-common</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-common/
implementation 'net.formicary.remoterun:remoterun-common:3.0.3'
// https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-common/
implementation ("net.formicary.remoterun:remoterun-common:3.0.3")
'net.formicary.remoterun:remoterun-common:jar:3.0.3'
<dependency org="net.formicary.remoterun" name="remoterun-common" rev="3.0.3">
<artifact name="remoterun-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.formicary.remoterun', module='remoterun-common', version='3.0.3')
)
libraryDependencies += "net.formicary.remoterun" % "remoterun-common" % "3.0.3"
[net.formicary.remoterun/remoterun-common "3.0.3"]