| GroupId | GroupIdcom.optersoft |
|---|---|
| ArtifactId | ArtifactIdcom.optersoft.build |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| com.optersoft.build-0.1.3.pom | |
| com.optersoft.build-0.1.3.jar | 269 KB |
| com.optersoft.build-0.1.3-sources.jar | 36 KB |
| com.optersoft.build-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.optersoft/com.optersoft.build/
implementation 'com.optersoft:com.optersoft.build:0.1.3'
// https://jarcasting.com/artifacts/com.optersoft/com.optersoft.build/
implementation ("com.optersoft:com.optersoft.build:0.1.3")
'com.optersoft:com.optersoft.build:jar:0.1.3'
<dependency org="com.optersoft" name="com.optersoft.build" rev="0.1.3">
<artifact name="com.optersoft.build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.optersoft', module='com.optersoft.build', version='0.1.3')
)
libraryDependencies += "com.optersoft" % "com.optersoft.build" % "0.1.3"
[com.optersoft/com.optersoft.build "0.1.3"]