GroupId | GroupIdcom.connect-group |
---|---|
ArtifactId | ArtifactIdthymesheet |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
thymesheet-2.1.2.pom | |
thymesheet-2.1.2.jar | 113 KB |
thymesheet-2.1.2-sources.jar | 60 KB |
thymesheet-2.1.2-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.connect-group/thymesheet/ -->
<dependency>
<groupId>com.connect-group</groupId>
<artifactId>thymesheet</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.connect-group/thymesheet/
implementation 'com.connect-group:thymesheet:2.1.2'
// https://jarcasting.com/artifacts/com.connect-group/thymesheet/
implementation ("com.connect-group:thymesheet:2.1.2")
'com.connect-group:thymesheet:jar:2.1.2'
<dependency org="com.connect-group" name="thymesheet" rev="2.1.2">
<artifact name="thymesheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.connect-group', module='thymesheet', version='2.1.2')
)
libraryDependencies += "com.connect-group" % "thymesheet" % "2.1.2"
[com.connect-group/thymesheet "2.1.2"]