GroupId | GroupIdcom.codeplex.wsitbt |
---|---|
ArtifactId | ArtifactIdwsit-bt-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
wsit-bt-core-1.0.1.pom | |
wsit-bt-core-1.0.1.jar | 11 KB |
wsit-bt-core-1.0.1-sources.jar | 7 KB |
wsit-bt-core-1.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-bt-core/ -->
<dependency>
<groupId>com.codeplex.wsitbt</groupId>
<artifactId>wsit-bt-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-bt-core/
implementation 'com.codeplex.wsitbt:wsit-bt-core:1.0.1'
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/wsit-bt-core/
implementation ("com.codeplex.wsitbt:wsit-bt-core:1.0.1")
'com.codeplex.wsitbt:wsit-bt-core:jar:1.0.1'
<dependency org="com.codeplex.wsitbt" name="wsit-bt-core" rev="1.0.1">
<artifact name="wsit-bt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeplex.wsitbt', module='wsit-bt-core', version='1.0.1')
)
libraryDependencies += "com.codeplex.wsitbt" % "wsit-bt-core" % "1.0.1"
[com.codeplex.wsitbt/wsit-bt-core "1.0.1"]