| GroupId | GroupIdcom.optersoft |
|---|---|
| ArtifactId | ArtifactIdcom.optersoft.build |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| com.optersoft.build-0.1.2.pom | |
| com.optersoft.build-0.1.2.jar | 264 KB |
| com.optersoft.build-0.1.2-sources.jar | 364 KB |
| com.optersoft.build-0.1.2-javadoc.jar | 464 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.optersoft/com.optersoft.build/ -->
<dependency>
<groupId>com.optersoft</groupId>
<artifactId>com.optersoft.build</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.optersoft/com.optersoft.build/
implementation 'com.optersoft:com.optersoft.build:0.1.2'
// https://jarcasting.com/artifacts/com.optersoft/com.optersoft.build/
implementation ("com.optersoft:com.optersoft.build:0.1.2")
'com.optersoft:com.optersoft.build:jar:0.1.2'
<dependency org="com.optersoft" name="com.optersoft.build" rev="0.1.2">
<artifact name="com.optersoft.build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.optersoft', module='com.optersoft.build', version='0.1.2')
)
libraryDependencies += "com.optersoft" % "com.optersoft.build" % "0.1.2"
[com.optersoft/com.optersoft.build "0.1.2"]