| License |
License |
|---|---|
| GroupId | GroupIdcom.commsen.em |
| ArtifactId | ArtifactIdem |
| Version | Version0.2.0 |
| Type | Typepom |
| Description |
DescriptionEccentric Modularity
Maven based approach for modular, contract based Java applications!
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| em-0.2.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.commsen.em/em/ -->
<dependency>
<groupId>com.commsen.em</groupId>
<artifactId>em</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.em/em/
implementation 'com.commsen.em:em:0.2.0'
// https://jarcasting.com/artifacts/com.commsen.em/em/
implementation ("com.commsen.em:em:0.2.0")
'com.commsen.em:em:pom:0.2.0'
<dependency org="com.commsen.em" name="em" rev="0.2.0">
<artifact name="em" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commsen.em', module='em', version='0.2.0')
)
libraryDependencies += "com.commsen.em" % "em" % "0.2.0"
[com.commsen.em/em "0.2.0"]