| GroupId | GroupIdca.eandb.jdcp |
|---|---|
| ArtifactId | ArtifactIdjdcp-server-app |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jdcp-server-app-0.3.1.pom | |
| jdcp-server-app-0.3.1.jar | 4 MB |
| jdcp-server-app-0.3.1-sources.jar | 3 KB |
| jdcp-server-app-0.3.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp-server-app/ -->
<dependency>
<groupId>ca.eandb.jdcp</groupId>
<artifactId>jdcp-server-app</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp-server-app/
implementation 'ca.eandb.jdcp:jdcp-server-app:0.3.1'
// https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp-server-app/
implementation ("ca.eandb.jdcp:jdcp-server-app:0.3.1")
'ca.eandb.jdcp:jdcp-server-app:jar:0.3.1'
<dependency org="ca.eandb.jdcp" name="jdcp-server-app" rev="0.3.1">
<artifact name="jdcp-server-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.eandb.jdcp', module='jdcp-server-app', version='0.3.1')
)
libraryDependencies += "ca.eandb.jdcp" % "jdcp-server-app" % "0.3.1"
[ca.eandb.jdcp/jdcp-server-app "0.3.1"]