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