我想在我的項目中添加一個依賴項(我正在使用maven),但是我想添加它的jar看起來好像不存在於maven中央倉庫中。我想要的jar添加Neko HTML jar版本1.9.22。當我通過NetBeans添加依賴關係對話框搜索jar時,jar不顯示,但jar似乎存在於maven中央倉庫中 - >https://mvnrepository.com/artifact/net.sourceforge.n
我正在構建OWIN自託管Web API 2應用程序,並且使用通用存儲庫模式並使用Autofac進行依賴項注入。 我的通用存儲庫類; public abstract class Repository<T> : IRepository<T> where T : BaseEntity
{
private DbContext context_;
private Identity _c