License |
License |
---|---|
GroupId | GroupIdcom.withwiz |
ArtifactId | ArtifactIdplankton |
Version | Version0.6.2 |
Type | Typejar |
Description |
DescriptionPlankton library
The Withwiz Plankton library/framework provides a modern way of implementing system integration, interfaces, utilities.
data conversion
crypto
data type
logging
io
networking
scheduler
etc..
|
Project URL |
Project URL |
Filename | Size |
---|---|
plankton-0.6.2.pom | |
plankton-0.6.2.jar | 116 KB |
plankton-0.6.2-sources.jar | 77 KB |
plankton-0.6.2-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.withwiz/plankton/ -->
<dependency>
<groupId>com.withwiz</groupId>
<artifactId>plankton</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.withwiz/plankton/
implementation 'com.withwiz:plankton:0.6.2'
// https://jarcasting.com/artifacts/com.withwiz/plankton/
implementation ("com.withwiz:plankton:0.6.2")
'com.withwiz:plankton:jar:0.6.2'
<dependency org="com.withwiz" name="plankton" rev="0.6.2">
<artifact name="plankton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.withwiz', module='plankton', version='0.6.2')
)
libraryDependencies += "com.withwiz" % "plankton" % "0.6.2"
[com.withwiz/plankton "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.httpcomponents : httpclient | jar | 4.3.6 |
org.apache.httpcomponents : httpmime | jar | 4.3.6 |
io.netty : netty-all | jar | 4.1.50.Final |
org.quartz-scheduler : quartz | jar | 2.3.2 |
org.springframework : spring-context | jar | 5.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |