License |
License |
---|---|
GroupId | GroupIdcom.rogiel.httpchannel |
ArtifactId | ArtifactIdhttpchannel-service |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionHttpChannel/Service
Parent module that all service implementations should inherit
|
Filename | Size |
---|---|
httpchannel-service-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel-service/ -->
<dependency>
<groupId>com.rogiel.httpchannel</groupId>
<artifactId>httpchannel-service</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel-service/
implementation 'com.rogiel.httpchannel:httpchannel-service:1.0.0'
// https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel-service/
implementation ("com.rogiel.httpchannel:httpchannel-service:1.0.0")
'com.rogiel.httpchannel:httpchannel-service:pom:1.0.0'
<dependency org="com.rogiel.httpchannel" name="httpchannel-service" rev="1.0.0">
<artifact name="httpchannel-service" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rogiel.httpchannel', module='httpchannel-service', version='1.0.0')
)
libraryDependencies += "com.rogiel.httpchannel" % "httpchannel-service" % "1.0.0"
[com.rogiel.httpchannel/httpchannel-service "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.rogiel.httpchannel : httpchannel-api | jar | 1.0.0 |
com.rogiel.httpchannel : httpchannel-util | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |