License |
License |
---|---|
GroupId | GroupIdcom.stanfy.enroscar |
ArtifactId | ArtifactIdenroscar-beans |
Version | Version2.0.alpha4 |
Type | Typeaar |
Description |
DescriptionEnroscar Beans
Simple beans declaration and replacement library used for managing Enroscar components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enroscar-beans-2.0.alpha4.pom | |
enroscar-beans-2.0.alpha4.aar | 15 KB |
enroscar-beans-2.0.alpha4-sources.jar | 10 KB |
enroscar-beans-2.0.alpha4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-beans/ -->
<dependency>
<groupId>com.stanfy.enroscar</groupId>
<artifactId>enroscar-beans</artifactId>
<version>2.0.alpha4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-beans/
implementation 'com.stanfy.enroscar:enroscar-beans:2.0.alpha4'
// https://jarcasting.com/artifacts/com.stanfy.enroscar/enroscar-beans/
implementation ("com.stanfy.enroscar:enroscar-beans:2.0.alpha4")
'com.stanfy.enroscar:enroscar-beans:aar:2.0.alpha4'
<dependency org="com.stanfy.enroscar" name="enroscar-beans" rev="2.0.alpha4">
<artifact name="enroscar-beans" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.enroscar', module='enroscar-beans', version='2.0.alpha4')
)
libraryDependencies += "com.stanfy.enroscar" % "enroscar-beans" % "2.0.alpha4"
[com.stanfy.enroscar/enroscar-beans "2.0.alpha4"]