| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
| GroupId | GroupIdorg.codemonkey.swiftsocketserver |
| ArtifactId | ArtifactIdswift-client |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA socket server-client that simplifies communication and running a simulation
|
| Filename | Size |
|---|---|
| swift-client-1.0.pom | |
| swift-client-1.0.jar | 37 KB |
| swift-client-1.0-sources.jar | 32 KB |
| swift-client-1.0-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codemonkey.swiftsocketserver/swift-client/ -->
<dependency>
<groupId>org.codemonkey.swiftsocketserver</groupId>
<artifactId>swift-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codemonkey.swiftsocketserver/swift-client/
implementation 'org.codemonkey.swiftsocketserver:swift-client:1.0'
// https://jarcasting.com/artifacts/org.codemonkey.swiftsocketserver/swift-client/
implementation ("org.codemonkey.swiftsocketserver:swift-client:1.0")
'org.codemonkey.swiftsocketserver:swift-client:jar:1.0'
<dependency org="org.codemonkey.swiftsocketserver" name="swift-client" rev="1.0">
<artifact name="swift-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codemonkey.swiftsocketserver', module='swift-client', version='1.0')
)
libraryDependencies += "org.codemonkey.swiftsocketserver" % "swift-client" % "1.0"
[org.codemonkey.swiftsocketserver/swift-client "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.5 |
| log4j : log4j | jar | 1.2.16 |
| junit : junit | jar | 4.8.1 |
| org.codemonkey.javareflection : java-reflection | jar | 1.1 |