Categories |
CategoriesJBoss Container Application Servers Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdorg.jboss.narayana.blacktie |
ArtifactId | ArtifactIdblacktie-common |
Version | Version5.0.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
blacktie-common-5.0.0.CR1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.narayana.blacktie/blacktie-common/ -->
<dependency>
<groupId>org.jboss.narayana.blacktie</groupId>
<artifactId>blacktie-common</artifactId>
<version>5.0.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.narayana.blacktie/blacktie-common/
implementation 'org.jboss.narayana.blacktie:blacktie-common:5.0.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.narayana.blacktie/blacktie-common/
implementation ("org.jboss.narayana.blacktie:blacktie-common:5.0.0.CR1")
'org.jboss.narayana.blacktie:blacktie-common:pom:5.0.0.CR1'
<dependency org="org.jboss.narayana.blacktie" name="blacktie-common" rev="5.0.0.CR1">
<artifact name="blacktie-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.narayana.blacktie', module='blacktie-common', version='5.0.0.CR1')
)
libraryDependencies += "org.jboss.narayana.blacktie" % "blacktie-common" % "5.0.0.CR1"
[org.jboss.narayana.blacktie/blacktie-common "5.0.0.CR1"]