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