License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.daioware.net |
ArtifactId | ArtifactIddistributed |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
DescriptionDistributed System utilities
Distributed System utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
distributed-1.0.0-RELEASE.pom | |
distributed-1.0.0-RELEASE.jar | 26 KB |
distributed-1.0.0-RELEASE-sources.jar | 11 KB |
distributed-1.0.0-RELEASE-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.net/distributed/ -->
<dependency>
<groupId>com.daioware.net</groupId>
<artifactId>distributed</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.net/distributed/
implementation 'com.daioware.net:distributed:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.net/distributed/
implementation ("com.daioware.net:distributed:1.0.0-RELEASE")
'com.daioware.net:distributed:jar:1.0.0-RELEASE'
<dependency org="com.daioware.net" name="distributed" rev="1.0.0-RELEASE">
<artifact name="distributed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.net', module='distributed', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware.net" % "distributed" % "1.0.0-RELEASE"
[com.daioware.net/distributed "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.daioware.net : socket | jar | 1.0.0-RELEASE |
com.daioware.types : typeConverter | jar | 1.0.0-RELEASE |
com.daioware : log | jar | 1.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |