GroupId | GroupIdcom.tecacet |
---|---|
ArtifactId | ArtifactIdkomplex |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
komplex-1.1.0.pom | |
komplex-1.1.0.jar | 22 KB |
komplex-1.1.0-sources.jar | 6 KB |
komplex-1.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/komplex/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>komplex</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/komplex/
implementation 'com.tecacet:komplex:1.1.0'
// https://jarcasting.com/artifacts/com.tecacet/komplex/
implementation ("com.tecacet:komplex:1.1.0")
'com.tecacet:komplex:jar:1.1.0'
<dependency org="com.tecacet" name="komplex" rev="1.1.0">
<artifact name="komplex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='komplex', version='1.1.0')
)
libraryDependencies += "com.tecacet" % "komplex" % "1.1.0"
[com.tecacet/komplex "1.1.0"]