GroupId | GroupIdcom.wealdtech |
---|---|
ArtifactId | ArtifactIdwealdtech-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wealdtech-core-1.3.0.pom | |
wealdtech-core-1.3.0.jar | 61 KB |
wealdtech-core-1.3.0-sources.jar | 51 KB |
wealdtech-core-1.3.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/ -->
<dependency>
<groupId>com.wealdtech</groupId>
<artifactId>wealdtech-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/
implementation 'com.wealdtech:wealdtech-core:1.3.0'
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/
implementation ("com.wealdtech:wealdtech-core:1.3.0")
'com.wealdtech:wealdtech-core:jar:1.3.0'
<dependency org="com.wealdtech" name="wealdtech-core" rev="1.3.0">
<artifact name="wealdtech-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech', module='wealdtech-core', version='1.3.0')
)
libraryDependencies += "com.wealdtech" % "wealdtech-core" % "1.3.0"
[com.wealdtech/wealdtech-core "1.3.0"]