License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers |
GroupId | GroupIdorg.wildfly.channel |
ArtifactId | ArtifactIdchannel-core |
Last Version | Last Version1.0.0.Alpha16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWildFly Channel - Core
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
channel-core-1.0.0.Alpha16.pom | |
channel-core-1.0.0.Alpha16.jar | 26 KB |
channel-core-1.0.0.Alpha16-sources.jar | 22 KB |
channel-core-1.0.0.Alpha16-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.channel/channel-core/ -->
<dependency>
<groupId>org.wildfly.channel</groupId>
<artifactId>channel-core</artifactId>
<version>1.0.0.Alpha16</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.channel/channel-core/
implementation 'org.wildfly.channel:channel-core:1.0.0.Alpha16'
// https://jarcasting.com/artifacts/org.wildfly.channel/channel-core/
implementation ("org.wildfly.channel:channel-core:1.0.0.Alpha16")
'org.wildfly.channel:channel-core:jar:1.0.0.Alpha16'
<dependency org="org.wildfly.channel" name="channel-core" rev="1.0.0.Alpha16">
<artifact name="channel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.channel', module='channel-core', version='1.0.0.Alpha16')
)
libraryDependencies += "org.wildfly.channel" % "channel-core" % "1.0.0.Alpha16"
[org.wildfly.channel/channel-core "1.0.0.Alpha16"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.3 |
com.networknt : json-schema-validator | jar | 1.0.70 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.mockito : mockito-core | jar | 4.6.1 |