| GroupId | GroupIdcom.github.plusonesoftware |
|---|---|
| ArtifactId | ArtifactIdmodular |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| modular-0.2.0.pom | |
| modular-0.2.0-sources.jar | 26 KB |
| modular-0.2.0-javadoc.jar | 291 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.plusonesoftware/modular/ -->
<dependency>
<groupId>com.github.plusonesoftware</groupId>
<artifactId>modular</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.plusonesoftware/modular/
implementation 'com.github.plusonesoftware:modular:0.2.0'
// https://jarcasting.com/artifacts/com.github.plusonesoftware/modular/
implementation ("com.github.plusonesoftware:modular:0.2.0")
'com.github.plusonesoftware:modular:jar:0.2.0'
<dependency org="com.github.plusonesoftware" name="modular" rev="0.2.0">
<artifact name="modular" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.plusonesoftware', module='modular', version='0.2.0')
)
libraryDependencies += "com.github.plusonesoftware" % "modular" % "0.2.0"
[com.github.plusonesoftware/modular "0.2.0"]