License |
License |
---|---|
GroupId | GroupIdcom.fernsroth.easyio |
ArtifactId | ArtifactIdeasyio |
Version | Version0.9-beta |
Type | Typejar |
Description |
DescriptionEasyIO
EasyIO is an easy way to read and write C/C++ sturucture from java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
easyio-0.9-beta.pom | |
easyio-0.9-beta.jar | 34 KB |
easyio-0.9-beta-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/ -->
<dependency>
<groupId>com.fernsroth.easyio</groupId>
<artifactId>easyio</artifactId>
<version>0.9-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/
implementation 'com.fernsroth.easyio:easyio:0.9-beta'
// https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/
implementation ("com.fernsroth.easyio:easyio:0.9-beta")
'com.fernsroth.easyio:easyio:jar:0.9-beta'
<dependency org="com.fernsroth.easyio" name="easyio" rev="0.9-beta">
<artifact name="easyio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fernsroth.easyio', module='easyio', version='0.9-beta')
)
libraryDependencies += "com.fernsroth.easyio" % "easyio" % "0.9-beta"
[com.fernsroth.easyio/easyio "0.9-beta"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |