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