Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.threads |
ArtifactId | ArtifactIdjboss-threads |
Version | Version1.0.0.CR2 |
Type | Typejar |
Filename | Size |
---|---|
jboss-threads-1.0.0.CR2.pom | |
jboss-threads-1.0.0.CR2.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.threads/jboss-threads/ -->
<dependency>
<groupId>org.jboss.threads</groupId>
<artifactId>jboss-threads</artifactId>
<version>1.0.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.threads/jboss-threads/
implementation 'org.jboss.threads:jboss-threads:1.0.0.CR2'
// https://jarcasting.com/artifacts/org.jboss.threads/jboss-threads/
implementation ("org.jboss.threads:jboss-threads:1.0.0.CR2")
'org.jboss.threads:jboss-threads:jar:1.0.0.CR2'
<dependency org="org.jboss.threads" name="jboss-threads" rev="1.0.0.CR2">
<artifact name="jboss-threads" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.threads', module='jboss-threads', version='1.0.0.CR2')
)
libraryDependencies += "org.jboss.threads" % "jboss-threads" % "1.0.0.CR2"
[org.jboss.threads/jboss-threads "1.0.0.CR2"]