Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.bifrost |
ArtifactId | ArtifactIdbifrost-server |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bifrost-server-1.0.0.pom | |
bifrost-server-1.0.0.jar | 59 KB |
bifrost-server-1.0.0-sources.jar | 32 KB |
bifrost-server-1.0.0-runner.jar | 35 MB |
bifrost-server-1.0.0-javadoc.jar | 609 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.bifrost/bifrost-server/ -->
<dependency>
<groupId>org.jboss.pnc.bifrost</groupId>
<artifactId>bifrost-server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.bifrost/bifrost-server/
implementation 'org.jboss.pnc.bifrost:bifrost-server:1.0.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.bifrost/bifrost-server/
implementation ("org.jboss.pnc.bifrost:bifrost-server:1.0.0")
'org.jboss.pnc.bifrost:bifrost-server:jar:1.0.0'
<dependency org="org.jboss.pnc.bifrost" name="bifrost-server" rev="1.0.0">
<artifact name="bifrost-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.bifrost', module='bifrost-server', version='1.0.0')
)
libraryDependencies += "org.jboss.pnc.bifrost" % "bifrost-server" % "1.0.0"
[org.jboss.pnc.bifrost/bifrost-server "1.0.0"]