License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdorg.t-io |
ArtifactId | ArtifactIdtio-parent |
Last Version | Last Version3.8.1.v20220401-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontio-parent
t-io is a aio framework for java
|
Project URL |
Project URL |
Filename | Size |
---|---|
tio-parent-3.8.1.v20220401-RELEASE.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.t-io/tio-parent/ -->
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.8.1.v20220401-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.t-io/tio-parent/
implementation 'org.t-io:tio-parent:3.8.1.v20220401-RELEASE'
// https://jarcasting.com/artifacts/org.t-io/tio-parent/
implementation ("org.t-io:tio-parent:3.8.1.v20220401-RELEASE")
'org.t-io:tio-parent:pom:3.8.1.v20220401-RELEASE'
<dependency org="org.t-io" name="tio-parent" rev="3.8.1.v20220401-RELEASE">
<artifact name="tio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.t-io', module='tio-parent', version='3.8.1.v20220401-RELEASE')
)
libraryDependencies += "org.t-io" % "tio-parent" % "3.8.1.v20220401-RELEASE"
[org.t-io/tio-parent "3.8.1.v20220401-RELEASE"]