| License |
License |
|---|---|
| Categories |
CategoriesNet Blade User Interface Web Frameworks |
| GroupId | GroupIdnet.mountainblade |
| ArtifactId | ArtifactIdmodular |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionModular
Lightweight and easy to use java module and dependency management system
with integrated field-only dependency injection
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| modular-1.0.pom | |
| modular-1.0.jar | 65 KB |
| modular-1.0-sources.jar | 48 KB |
| modular-1.0-javadoc.jar | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mountainblade/modular/ -->
<dependency>
<groupId>net.mountainblade</groupId>
<artifactId>modular</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.mountainblade/modular/
implementation 'net.mountainblade:modular:1.0'
// https://jarcasting.com/artifacts/net.mountainblade/modular/
implementation ("net.mountainblade:modular:1.0")
'net.mountainblade:modular:jar:1.0'
<dependency org="net.mountainblade" name="modular" rev="1.0">
<artifact name="modular" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mountainblade', module='modular', version='1.0')
)
libraryDependencies += "net.mountainblade" % "modular" % "1.0"
[net.mountainblade/modular "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| net.sf.trove4j : trove4j | jar | 3.0.3 |
| org.codehaus.plexus : plexus-classworlds | jar | 2.5.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |