| GroupId | GroupIdorg.truenewx |
|---|---|
| ArtifactId | ArtifactIdtnxjee |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiontnxjee
互联网技术解决方案:服务端JavaEE技术框架
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tnxjee-2.3.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.truenewx/tnxjee/ -->
<dependency>
<groupId>org.truenewx</groupId>
<artifactId>tnxjee</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.truenewx/tnxjee/
implementation 'org.truenewx:tnxjee:2.3.2'
// https://jarcasting.com/artifacts/org.truenewx/tnxjee/
implementation ("org.truenewx:tnxjee:2.3.2")
'org.truenewx:tnxjee:pom:2.3.2'
<dependency org="org.truenewx" name="tnxjee" rev="2.3.2">
<artifact name="tnxjee" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.truenewx', module='tnxjee', version='2.3.2')
)
libraryDependencies += "org.truenewx" % "tnxjee" % "2.3.2"
[org.truenewx/tnxjee "2.3.2"]