Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.opsbears.webcomponents.application |
ArtifactId | ArtifactIdservicepool |
Version | Version1.0.0-alpha10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents.application/servicepool/ -->
<dependency>
<groupId>com.opsbears.webcomponents.application</groupId>
<artifactId>servicepool</artifactId>
<version>1.0.0-alpha10</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.application/servicepool/
implementation 'com.opsbears.webcomponents.application:servicepool:1.0.0-alpha10'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.application/servicepool/
implementation ("com.opsbears.webcomponents.application:servicepool:1.0.0-alpha10")
'com.opsbears.webcomponents.application:servicepool:jar:1.0.0-alpha10'
<dependency org="com.opsbears.webcomponents.application" name="servicepool" rev="1.0.0-alpha10">
<artifact name="servicepool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents.application', module='servicepool', version='1.0.0-alpha10')
)
libraryDependencies += "com.opsbears.webcomponents.application" % "servicepool" % "1.0.0-alpha10"
[com.opsbears.webcomponents.application/servicepool "1.0.0-alpha10"]