GroupId | GroupIdcom.enterprisemath |
---|---|
ArtifactId | ArtifactIdem-dao |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
em-dao-1.3.0.pom | |
em-dao-1.3.0.jar | 43 KB |
em-dao-1.3.0-sources.jar | 26 KB |
em-dao-1.3.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enterprisemath/em-dao/ -->
<dependency>
<groupId>com.enterprisemath</groupId>
<artifactId>em-dao</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enterprisemath/em-dao/
implementation 'com.enterprisemath:em-dao:1.3.0'
// https://jarcasting.com/artifacts/com.enterprisemath/em-dao/
implementation ("com.enterprisemath:em-dao:1.3.0")
'com.enterprisemath:em-dao:jar:1.3.0'
<dependency org="com.enterprisemath" name="em-dao" rev="1.3.0">
<artifact name="em-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enterprisemath', module='em-dao', version='1.3.0')
)
libraryDependencies += "com.enterprisemath" % "em-dao" % "1.3.0"
[com.enterprisemath/em-dao "1.3.0"]