GroupId | GroupIdorg.jppf |
---|---|
ArtifactId | ArtifactIdjppf-admin-web-embedded |
Version | Version6.2-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jppf/jppf-admin-web-embedded/ -->
<dependency>
<groupId>org.jppf</groupId>
<artifactId>jppf-admin-web-embedded</artifactId>
<version>6.2-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jppf/jppf-admin-web-embedded/
implementation 'org.jppf:jppf-admin-web-embedded:6.2-alpha-2'
// https://jarcasting.com/artifacts/org.jppf/jppf-admin-web-embedded/
implementation ("org.jppf:jppf-admin-web-embedded:6.2-alpha-2")
'org.jppf:jppf-admin-web-embedded:jar:6.2-alpha-2'
<dependency org="org.jppf" name="jppf-admin-web-embedded" rev="6.2-alpha-2">
<artifact name="jppf-admin-web-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jppf', module='jppf-admin-web-embedded', version='6.2-alpha-2')
)
libraryDependencies += "org.jppf" % "jppf-admin-web-embedded" % "6.2-alpha-2"
[org.jppf/jppf-admin-web-embedded "6.2-alpha-2"]