GroupId | GroupIdcom.ttdev |
---|---|
ArtifactId | ArtifactIdwpt-core |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
wpt-core-3.0.0.pom | |
wpt-core-3.0.0.jar | 34 KB |
wpt-core-3.0.0-sources.jar | 24 KB |
wpt-core-3.0.0-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-core/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-core/
implementation 'com.ttdev:wpt-core:3.0.0'
// https://jarcasting.com/artifacts/com.ttdev/wpt-core/
implementation ("com.ttdev:wpt-core:3.0.0")
'com.ttdev:wpt-core:jar:3.0.0'
<dependency org="com.ttdev" name="wpt-core" rev="3.0.0">
<artifact name="wpt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-core', version='3.0.0')
)
libraryDependencies += "com.ttdev" % "wpt-core" % "3.0.0"
[com.ttdev/wpt-core "3.0.0"]